home *** CD-ROM | disk | FTP | other *** search
/ NetGuide 2004 December / 12 NetGuide December 2004.ISO / pc / featured / Windows / BlogSW / WebPhoto / WebPhoto.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-10-12  |  1.9 KB  |  40 lines

  1. ;InnoSetupVersion=4.2.2
  2. [Setup]
  3. AppName=Web Photos Pro 1.0b13a
  4. AppVerName=Web Photos Pro 1.0b13a
  5. AppId=Web Photos Pro 1.0b13a
  6. DefaultDirName={pf}\Web Photos Pro 1.0b13a
  7. DefaultGroupName=Web Photos Pro 1.0b13a
  8. OutputBaseFilename=Web_Photos_Pro_1.0b13a_Setup
  9. Compression=lzma
  10. PrivilegesRequired=none
  11. LicenseFile=embedded\License.txt
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  16. Source: "{app}\ReadMe.txt"; DestDir: "{app}"; Flags: ignoreversion 
  17. Source: "{app}\Release Notes.txt"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\Web Photos Pro 1.0b13a.exe"; DestDir: "{app}"; Flags: ignoreversion 
  19. [Run]
  20. Filename: "{app}\ReadMe.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  21. Filename: "{app}\Web Photos Pro 1.0b13a.exe"; Description: "Launch application"; Flags: postinstall 
  22. [Icons]
  23. Name: "{group}\Web Photos Pro 1.0b13a"; Filename: "{app}\Web Photos Pro 1.0b13a.exe"; WorkingDir: "{app}"; 
  24. Name: "{group}\Uninstall Web Photos Pro 1.0b13a"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  25. Name: "{userdesktop}\Web Photos Pro 1.0b13a"; Filename: "{app}\Web Photos Pro 1.0b13a.exe"; WorkingDir: "{app}"; 
  26. [CustomMessages]
  27. default.NameAndVersion=%1 version %2
  28. default.AdditionalIcons=Additional icons:
  29. default.CreateDesktopIcon=Create a &desktop icon
  30. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  31. default.ProgramOnTheWeb=%1 on the Web
  32. default.UninstallProgram=Uninstall %1
  33. default.LaunchProgram=Launch %1
  34. default.AssocFileExtension=&Associate %1 with the %2 file extension
  35. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  36. [Languages]
  37. ; These files are stubs
  38. ; To achieve better results after recompilation, use the real language files
  39. Name: "default"; MessagesFile: "embedded\default.isl"; 
  40.